home *** CD-ROM | disk | FTP | other *** search
/ University of Minnesota Welcome Kit 2002 / PC Internet Tool.iso / pc / Extras / DS / LABPOP / LABPOP.JSD < prev    next >
Encoding:
Text File  |  1999-07-09  |  3.0 KB  |  76 lines

  1. :function FocusChangedEvent
  2.  
  3. :script ReadFromField
  4. :Synopsis Announces who sent the message.
  5. :Description Reads the prompt and text for the "FROM" field.
  6.  
  7. :script ReadDateField
  8. :Synopsis Announces the date and time the message was sent.
  9. :Description Reads the prompt and text for the date field.
  10.  
  11. :script ReadToField
  12. :Synopsis Announces who the message was addressed to.
  13. :Description Reads the prompt and text for the To field.
  14.  
  15. :script ReadCCField
  16. :Synopsis Announces who received a CC of the message.
  17. :Description Reads the prompt and text for the CC field.
  18.  
  19. :script ReadSubjectField
  20. :Synopsis Announces the subject of the message.
  21. :Description Reads the prompt and text for the subject field.
  22.  
  23. :script NextLine
  24. :Synopsis Reads message information when moving to the next message in the extended list box.
  25. :Description Interupts the NextLine function with SayWindowTypeAnd Text.
  26.  
  27. :script PriorLine
  28. :Synopsis Reads message information when messages extended list box is active.
  29. :Description Moves to the prior message and says the window type and text.
  30.  
  31. :script CTRLHomePress
  32. :Synopsis Moves the cursor to the top of the file and announces it.
  33.  
  34. :script CTRLEndPress
  35. :Synopsis Moves the cursor to the bottom of the file and announces it.
  36.  
  37. :script HomeKeyPress
  38. :Synopsis Moves to the first message in the messages extended list box, if active, and reads the message information.
  39. :Description Checks to see if the messages extended list box has focus.  If true, moves focus to the first message and reads the information.
  40.  
  41. :script EndKeyPress
  42. :Synopsis Moves to the last message in the messages extended list box, if active, and reads the message information.
  43. :Description Checks to see if the messages extended list box is active.  If the extended list box is active, focus is moved to the last message and the message information is read.
  44.  
  45. :script SayLine
  46. :Synopsis Speaks message information of current line of text.
  47. :Description Determines whether the message extended list box is active.  If true, reads the message information.  Otherwise, the current line of text is read.
  48.  
  49. :script HotKeyHelp
  50.  
  51. :script PrintButtonPress
  52. :Synopsis Prints the message currently being read.
  53. :Description Activates the Print control from the File menu.
  54.  
  55. :script UpButtonPress
  56. :Synopsis Moves to the previous message.
  57. :Description Moves to the previous message.
  58.  
  59. :script NextButtonPress
  60. :Synopsis Moves to the next message.
  61. :Description Moves to the next message.
  62.  
  63. :script ScriptAndAppNames
  64. :Synopsis Reports the name of the script and application currently in use.
  65. :Description Reports the name of the script and application currently in use.
  66.  
  67. :function AutoStartEvent
  68. :Synopsis Speaks the application name and related information when the app is first launched.
  69. :Description Checks to see if the main application window has received focus for the first time.  If true, the application name and related information is spoken.
  70.  
  71. :function AutoFinishEvent
  72. :Synopsis Resets the variable LPMFirstTime to 0 when exiting the application.
  73.  
  74. :script MaximizeMessageWindow
  75.  
  76.